Improve compatibility with Android's default text editor
authorPo Lu <luangruo@yahoo.com>
Wed, 22 May 2024 14:00:02 +0000 (22:00 +0800)
committerPo Lu <luangruo@yahoo.com>
Wed, 22 May 2024 14:00:26 +0000 (22:00 +0800)
commit70effed88df2e99287cfdabb924854f69ed668e2
treeb12021886d96343641a21dab7138e1c30834332b
parent394aac7b187628303aa2b772b29ffb5718910f94
Improve compatibility with Android's default text editor

* java/org/gnu/emacs/EmacsView.java (showOnScreenKeyboard):
Request a selection update if `inputConnection' has been
established, to more closely emulate the OS text editing widget.
(onCreateInputConnection) [EmacsService.DEBUG_IC]: Print current
selection values before reporting them.
java/org/gnu/emacs/EmacsView.java